home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / ScrollingTextField / ScrollTextField_Example / Makefile < prev    next >
Encoding:
Makefile  |  1992-08-07  |  732 b   |  36 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Testing
  11.  
  12. INTERFACES = Testing.nib
  13. CLASSES = ScrollTextField.m Test.m
  14. MFILES = Testing_main.m
  15.  
  16.  
  17. SOURCEMODE = 444
  18.  
  19. LIBS = -lNeXT_s -lsys_s
  20. DEBUG_LIBS = $(LIBS)
  21. PROF_LIBS = -lNeXT_p -lsys_p
  22.  
  23. MAKEFILEDIR = /usr/lib/nib
  24. ICONSECTIONS =    -sectcreate __ICON app /usr/lib/nib/default_app_icon.tiff
  25.  
  26. INSTALLDIR = $(HOME)/Apps
  27. INSTALLFLAGS = -c -s -m 755
  28.  
  29. -include Makefile.preamble
  30.  
  31. include $(MAKEFILEDIR)/app.make
  32.  
  33. -include Makefile.postamble
  34.  
  35. -include Makefile.dependencies
  36.